|
Расположение в меню |
---|
Sketch → Ограничения эскиза → Ограничения радиуса |
Верстаки |
Sketcher |
Быстрые клавиши |
Нет |
Представлено в версии |
- |
См. также |
Sketcher Constrain distance, Sketcher Constrain horizontal distance, Sketcher Constrain vertical distance |
The Sketcher ConstrainRadius tool fixes the radius of circles, arcs and B-spline weight circles.
See also: Drawing aids.
Single tool
(default): press the down arrow to the right of the
Sketch.addConstraint(Sketcher.Constraint('Radius', ArcOrCircle, App.Units.Quantity('123.0 mm')))
The Sketcher scripting page explains the values which can be used for ArcOrCircle
, and contains further examples on how to create constraints from Python scripts.